Add the ability to exclude dir-locals from subdirs. (Bug#8100)
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 03:05:28 +0000 (19:05 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 03:05:28 +0000 (19:05 -0800)
commit983c67ad7821bb0dcb165185cd6c0f9425dc9034
treea97845de1472bf9574d6fee3ca3a98240fc43218
parentc9fbf7bb094fbb5799dcdaa8fe162ec390e7ddf9
Add the ability to exclude dir-locals from subdirs.  (Bug#8100)

* lisp/files.el (dir-locals-collect-variables):
Add the ability to exclude subdirectories.

* doc/emacs/custom.texi (Directory Variables):
Give an example of excluding subdirectories.

* doc/lispref/variables.texi (Directory Local Variables):
Mention `(subdirs . nil)' alist element.

* etc/NEWS: Mention this addition.

* lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/lispref/ChangeLog
doc/lispref/variables.texi
etc/NEWS
lisp/ChangeLog
lisp/dired-x.el
lisp/files.el